@charset "utf-8";
body {
	font-family: "Microsoft YaHei","SimSun","STHeiti Light",Arial;
	background-color: #fefefe;
}

/* adv */
.adv .adv-item {
	float: left;
	overflow: hidden;
}
.adv .adv-item img {
	width: inherit;
	height: inherit;
	transition: .5s all;
}
.adv .adv-item:hover img { transform: scale(1.05);}
.adv-side {
	position: fixed;
	top: 320px;
	width: 100px;
	height: 385px;
	overflow: hidden;
}
.adv-side .adv-cnt {
	display: block;
	width: 100px;
	height: 360px;
}
.adv-side .adv-cnt:hover { opacity: .8;}
.adv-side .adv-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	font-size: 14px;
	text-align: right;
	color: #666;
	cursor: pointer;
	background-color: #eee;
}
.adv-side .adv-btn:hover {
	color: #fff;
	background-color: #355e92;
}
.adv-side.adv-side-l {
	left: 50%;
	margin-left: -720px;
}
.adv-side.adv-side-r {
	left: 50%;
	margin-left: 620px;
}
/* adv */

/* banner */
.banner {
	height: 180px;
	background: url(/wimages/bg_banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	border-top: 10px solid #eaeff4;
	border-bottom: 5px solid #355e92;
}
/* banner */

/* box */
.box-error {
	position: relative;
	width: 707px;
	height: 416px;
	margin: 50px auto;
	background: url(/wimages/bg_error.png) no-repeat left top;
}
.box-error .box-cnt {
	position: absolute;
	bottom: 100px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #355e92;
}
.box-error .box-cnt #count { color: #c31f0b;}
.box-error .box-btn {
	position: absolute;
	bottom: 44px;
	right: 18px;
	height: 40px;
	padding: 0 26px;
	line-height: 40px;
	color: #fff;
	background-color: #355e92;
	border-radius: 3px;
}
.box-error .box-btn:hover { opacity: .8;}
.box-side.b-left + .box-main , 
.box-side.b-left + script + .box-main { margin-left: 460px;}
.box-side.b-right + .box-main ,
.box-side.b-right + script + .box-main { margin-right: 460px;}
.box-side { width: 419px;}
.box-side.b-left { border-right: 1px dotted #ddd;}
.box-side.b-right { border-left: 1px dotted #ddd;}
.box-link {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 28px;
}
.box-link .box-title { line-height: 48px;}
.box-link .box-title-cnt {
	float: left;
	margin-right: 54px;
	font-size: 24px;
	color: #355e92;
}
.box-link .box-item { margin-right: 1em;}
.box-text { border: 1px dashed #ddd;}
.box-text .box-cnt {
	margin: 0 50px;
	padding: 20px 0;
	line-height: 36px;
	border-top: 1px dashed #ddd;
}
.box-text .box-cnt .box-item-name {
	float: left;
	width: 90px;
	text-align: right;
	color: #355e92;
}
.box-text .box-cnt .box-item-cnt { margin-left: 90px;}
.box-text .box-cnt .box-btn {
	display:  inline-block;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	color: #355e92;
	border: 1px dashed #355e92;
	border-radius: 16px;
}
.box-text .box-cnt .box-btn:hover {
	color: #fff;
	background-color: #355e92;
}
.box-outlink {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	z-index: 9999;
}
.box-outlink .box-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.box-outlink .box-cnt {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 520px;
	height: 180px;
	margin-left: -250px;
	margin-top: -90px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 3px;
	overflow: hidden;
}
.box-outlink .box-text {
	height: 80px;
	padding: 50px 20px 0;
	text-align: center;
	color: #333;
	border: none;
}
.box-outlink .box-btn {
	float: right;
	height: 30px;
	margin-right: 20px;
	padding: 0 1em;
	line-height: 30px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 3px;
}    
.box-outlink .box-btn.btn-jxfw {
	color: #fff;
	background-color: #355e92;
	border: 1px solid #355e92;
}
.box-outlink .box-btn.btn-close {
	position: absolute;
	top: -5px;
	right: -22px;
	width: 30px;
	padding: 0;
	font-size: 30px;
	text-align: center;
	color: #c31f0b;
	border: none;
	border-radius: 15px;
	transform: rotate(45deg);
}
.box-outlink .box-btn:hover { opacity: .8;}
.box-outlink .box-btn.btn-close:hover { color: #355e92;}
.box-tips {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.box-tips .box-cnt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -18px;
	font-size: 36px;
	text-align: center;
	color: #fff;
}
/* box */

/*comment */
.comment-title { 
	padding: 10px;
	background-color: #f6f6f6; 
	border-top: 1px #ddd solid;
}
.comment-note {
	padding: 20px 10px;
	line-height: 24px;
	font-size: 14px;
	color: #676767;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.comment-subtitle { 
	padding: 20px 0 20px 50px;
	color: #355e92;
	font-weight: 700;
	text-align: left;
}
.comment .comment-list-item {
	padding: 10px;
	background-color: #fafafa;
	border: 1px dashed #aaa;
}
.comment .comment-list-title { color: #000;}
.comment .comment-list-text pre { word-break:break-all;}
#commentCountNum { padding-left: 50px;}
/*comment */

/* container */
.container {
	min-height: 200px;
	margin: 0 40px;
}
.container .container-title {
	height: 50px;
	position: relative;
	padding-top: 28px;
	padding-left: 16px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #355e92;
	border-bottom: 2px solid #355e92;
	overflow: hidden;
}
.sidebar.b-left + .container ,
.sidebar.b-left + script + .container {
	margin: 0;
	margin-left: 350px;
}
.sidebar.b-left.bor + .container:before {
	content: "";
	position: absolute;
	top: 68px;
	left: 306px;
	bottom: 20px;
	width: 0;
	border-left: 1px dashed #ccc;
}
/* container */

/* content */
.content .content-title {
	padding: 40px 0;
	line-height: 45px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #355e92;
}
.content .content-subtitle {
	margin-bottom: 20px;
	text-align: center;
}
.content .content-source {
	min-height: 44px;
	padding: 0 15px;
	line-height: 44px;
	font-size: 14px;
	color: #666;
	background-color: #f6f6f6;
}
.content .content-source-item:nth-child(1) ,
.content .content-source-item:nth-child(2) {
	display: inline-block;
	max-width: 34em;
	line-height: 18px;
	vertical-align: text-top;
}
.content .content-source a {
	margin: 0 5px;
	color: #d00;
	text-decoration: underline;
}
.content .content-source .content-source-large { font-size: 20px;}
.content .content-source .content-source-normal { font-size: 16px;}
.content .content-source .content-source-small { font-size: 14px;}
.content .content-source a.current {
	color: #999;
	text-decoration: none;
}
.content .content-text {
	line-height: 2em;
	font-size: 18px;
	color: #333;
	overflow-y: hidden;
	overflow-x: auto;
}
.content .content-text  img{ max-width: 100%;}
.content .content-text table td ,
.content .content-text table th { border: 1px solid;}
.content .content-text.content-text-large *{ font-size: 24px !important;}
.content .content-text.content-text-medium *{ font-size: 18px !important;}
.content .content-text.content-text-small *{ font-size: 14px !important;}
.content .content-text.content-text-normal *{}
.container.content .content-text {
	margin: 0 50px;
	padding-top: 20px;
}
.vote.container.content .content-text  {
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #999;
	background-color: #f6f6f6;
	border-top: 2px solid #ddd;
}
/* content */

/* footer */
.footer {
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
	border-top: 8px solid #355e92;
}
.footer-menu {
	line-height: 50px;
	font-size: 18px;
	color: #999;
}
.footer-menu .menu-item {
	color: #000;
}
.footer-menu .menu-item:hover {
	color: #355e92;
	text-decoration: underline;
}
.footer-menu .menu-item-tag { margin: 0 10px;}
.footer .footer-cnt {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 32px;
	color: #787878;
        font-size: 14px;
	border-top: 1px solid #ddd;
}
.footer .footer-cnt strong{color: #333;}
.footer .footer-cnt #site_vistor_views { color: #355e92; font-weight:700;}
.footer .footer-info {
	margin-left: 360px;
	padding-left: 22px;
	border-left: 2px solid #ddd;
}
.footer .footer-link-zc {
	position: absolute;
	top: 58px;
	left: 132px;
	width: 110px;
	height: 55px;
}
/*slh*/
.footer .footer-link-slh {
	position: absolute;
	top: 60px;
	left: 4px;
	/* width: 160px;
	height: 80px; */
}

.footer .footer-link-bs {
	position: absolute;
	top: 47px;
	left: 244px;
	width: 80px;
	height: 80px;
}
.footer .footer-link-jb {
	position: absolute;
	top: 147px;
	left: 112px;
	width: 226px;
	height: 56px;
}
.footer .footer-link-ba {}
.footer .footer-link-ba img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
/* footer */

/* form样式 */
.form { background-color: #f6f6f6;}
.form .form-title {
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: #355e92;
}
.form .form-item { line-height: 34px;}
.form .form-name {
	float: left;
	width: 15%;
	text-align: right;
	color: #333;
}
.form  .form-item-cnt { text-align: center;}
.form .form-name + .form-item-cnt {
	margin-left: 15%;
	text-align: left;
}
.form  input ,
.form  select ,
.form  textarea {
	position: relative;
	text-indent: 0;
	color: #000;
	z-index: 300;
}
.form .form-input {
	position: relative;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form .form-input input {
	width: 98%;
	height: 32px;
	padding: 0 1%;
	background: none;
	border: none; 
}
.form .form-select {
	position: relative;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form .form-select input{
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 32px;
	padding: 0 1%;
	background: none;
	border: none;
	z-index: 200;
}
.form .form-select select {
	position: relative;
	width: 100%;
	height: 32px;
	background: none;
	border: none; 
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 300;
}
.form .form-select:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 10px;
	height: 32px;
	line-height: 32px;
	font-family: "新宋体";
	transform: rotate(90deg);
}
.form .form-textarea {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form .form-textarea textarea {
	width: 98%;
	padding: 0 1%;
	line-height: 30px;
	background: none;
	border: none;
}
.form .form-code .form-code-input {
	position: relative;
	float: left;
	width: 60%;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form .form-code .form-code-input input {
	width: 92%;
	height: 34px;
	padding: 0 4%;
	background: none;
	border: none; 
}
.form .form-code img {
	float: right;
	width: 35%;
	height: 34px;
}
.form .form-btn {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 0 2em;
	line-height: 32px;
	color: #fff;
	background-color: #355e92;
	border: 1px solid #355e92;
	border-radius: 3px;
	cursor: pointer;
	transition: .8s background-color;
}
.form .form-btn[type=reset] {
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
}
.form input.form-btn { height: 34px;}
.form .form-btn:hover {
	color: #355e92;
	background-color: #fff;
}
.form label.error {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 1em;
	line-height: 36px;
	text-align: right;
	color: #c31f0b;
	opacity: .3;
	z-index: 200;
}
.form .form-item.w50p {
	float: left;
	width: 50%;
}
.form .form-item.w50p .form-name { width: 30%;}
.form .form-item.w50p .form-item-cnt { margin-left: 30%;}
.form .form-item.w50p .form-input input ,
.form .form-item.w50p .form-select input {
	width: 96%;
	padding: 0 2%;	
}
.comment .form { background: none;}
.notice .form { padding: 10px 20px;}
.notice .form .form-item { border-top: 1px dashed #ddd;}
.notice .form .form-item:first-child { border: none;}
/* form样式 */

/* header */
.header {
	position: relative;
	min-width: 1200px;
}
/* header */

/* line */
.line { border-bottom: 20px solid #f6f6f6;}
/* line */

/* link */
.link { color: #c21c00;}
.link:hover { text-decoration: underline;}
/* link */

/* list */
.list {
	padding-top: 8px;
	line-height: 40px;
	color: #999;
}
.list .list-item { position: relative;}
.list .list-item-cnt {
	color: #333;
	padding-left: 25px;
}
.list .list-item:before {
	content: "▪";
	position: absolute;
	left: 12px;
	color: #676767;
}
.list-date { float: right; font-weight: 100;}
.list-item.new .list-item-cnt { color: #355e92;}
.list-item .list-item-cnt:hover {
	color: #c31f0b;
	text-decoration: underline;
}
.list-item a:hover img { opacity: .8;}
.list.list-video .list-item:before {
	content: "";
	left: 0;
	width: 16px;
	height: 40px;
	background: url(/wimages/icon_video_b.png) no-repeat left center;
}
.list-card .list-item {
	position: relative;
	display: block;
	float: left;
	height: 48px;
	margin-top: 15px;
	margin-left: 15px;
	line-height: 44px;
	text-align: center;
	perspective: 100px;
}
.list-card .list-item div {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	color: #333;
	background-color: #eee;
	border: 1px dashed #ddd;
	overflow: hidden;
	transition: .5s all;
}
.list-card .list-item div:first-child {
	height: 0;
	color: #fff;
	background-color: #355e92;
	border-width: 0;
	transform: rotateX(180deg);
}
.list-card .list-item:hover div {
	height: 0;
	border-width: 0;
	transform: rotateX(180deg);
}
.list-card .list-item:hover div:first-child {
	height: inherit;
	border-width: 1px;
	transform: rotateX(0);
}
.list-pic { padding-top: 20px;}
.list-pic .list-item {
	position: relative;
	display: block;
	float: left;
	width: 265px;
	height: 182px;
	margin-bottom: 15px;
	margin-left: 15px;
}
:root .list-pic .list-item { margin-left: 20px;}
.list-pic .list-item-pic {
	width: 265px;
	height: 150px;
	overflow: hidden;
}
.list-pic .list-item-pic img {
	width: inherit;
	height: inherit;
	transition: .5s all;
}
.list-pic .list-item-title {
	width: 241px;
	height: 32px;
	padding: 0 12px;
	line-height: 32px;
	color: #333;
	background-color: rgba(0,0,0,.1);
}
.list-pic .list-item:nth-child(4n+1) { margin-left: 0;}
.list-pic .list-item:hover .list-item-pic img { transform: scale(1.2);}
/* list */

/* location */
.location {
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	background-color: #f6f6f6;
	overflow: hidden;
}
.location-cnt {
	width: 1120px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(/wimages/icon_location.png) no-repeat 10px center;
	
}
.location .location-item-tag:before {
	content: ">";
	padding-left: 6px;
	padding-right: 2px;
	font-family: "新宋体";
	color: #666;
}
.location .location-item {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	overflow: hidden;
}
/* location */

/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1200px;
	height: 87px;
	margin-top: -20px;
	margin-left: -600px;
	padding-top: 158px;
	line-height: 60px;
	font-size: 52px;
	font-weight: bolder;
	text-align: center;
	text-indent: 12px;
	-o-text-stroke: 1.5px #fff;
	-webkit-text-stroke: 1.5px #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,1);
	letter-spacing: 12px;
	color: #c31f0b;
	background: url(/wimages/bg_logo_web.png) no-repeat center top;
}
.bmjy .logo { background-image: url(/wimages/bg_logo.png);}
/* logo */

/* main */
.main {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/* main */

/* menu */
.menu {
	position: relative;
	height: 60px;
	padding-top: 10px;
	line-height: 60px;
	font-size: 22px;
	background-color: #fff;
}
.menu .menu-cnt {
	position: relative;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.menu .menu-item {
	display: block;
	float: left;
	height: 60px;
	margin-right: 50px;
	color: #000;
}
.menu .menu-item[name=zjhy] ,
.menu .menu-item[name=zmhd] { float: right;}
.menu .menu-item:hover { color: #355e92;}
.menu .menu-item.current { color: #c31f0b;}
/* menu */

/* nav */
.nav .nav-title {
	display: block;
	min-height: 30px;
	padding: 25px 10px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #355e92;
}
.nav .nav-title .nav-title-tips {
	padding-top: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.nav .nav-cnt { padding: 10px 20px;}
.nav .nav-cnt > .nav-item { margin-bottom: 10px;}
.nav .nav-cnt > .nav-item > .nav-item-title {
	display: block;
	height: 43px;
	padding-left: 35px;
	padding-right: 10px;
	line-height: 43px;
	font-size: 18px;
	background: #f6f6f6 url(/wimages/li_nav_arrow_r_o.png) no-repeat 21px center;
	border-bottom: 1px solid #ddd;
}
.nav .nav-cnt > .nav-item.current > .nav-item-title {
	font-weight: 700;
	color: #355e92;
	background: #e8f2ff url(/wimages/li_nav_arrow_r_b.png) no-repeat 21px center;
	border-color: #355e92;
}
.nav .nav-cnt > .nav-item .nav-item-cnt { display: none;}
.nav .nav-cnt > .nav-item > .nav-item-cnt { padding-top: 5px;}
.nav .nav-cnt .nav-item.current > .nav-item-cnt { display: block;}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title {
	position: relative;
	display: block;
	padding: 6px 10px 6px 59px;
	line-height: 24px;
	color: #676767;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title:before {
	content: '>';
	position: absolute;
	left: 45px;
	font-family: '宋体';
	font-weight: normal !important;
	text-indent: 0;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item.current > .nav-item-title {
	font-weight: 700;
	color: #355e92;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title {
	position: relative;
	display: block;
	padding: 6px 10px 6px 71px;
	line-height: 24px;
	color: #676767;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt > .nav-item.current > .nav-item-title {
	font-weight: 700;
	color: #355e92;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title:before {
	content: '>';
	position: absolute;
	left: 58px;
	font-family: '宋体';
	font-weight: normal !important;
	text-indent: 0;
}
/* nav */

/* notice样式 */
.notice .notice-title {
	height: 44px;
	padding-top: 4px;
	line-height: 44px;
}
.notice .notice-title-cnt{
	font-size: 24px;
	color: #c21c00;
}
.notice .notice-subtitle {
	padding-top: 10px;
	line-height: 44px;
	font-size: 24px;
	color: #355e92;
}
.notice .notice-text{ line-height: 36px;}
.notice .notice-btn-item {
	display: block;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	color: #fff;
	background-color: #3567a6;
	border: 1px solid #3567a6;
	border-radius: 5px;
	cursor: pointer;
}
.notice .notice-btn-item:hover { background-color: #1b96d1;}
/* notice样式 */

/* page */
.page {
	line-height: 30px;
	color: #777;
}
.page * { display: inline-block;}
.page a ,
.page select {
	height: 28px;
	margin: 0 2px;
	padding: 0 .8em;
	line-height: 28px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page a:hover {
	color: #fff;
	background-color: #355e92;
	border-color: #355e92;
}
.page a.disabled {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.page select { padding: 0;}
/* page */

.plug-in {
	position: absolute;
	top: 0;
	left: 0;
}

/* sidebar */
.sidebar { width: 320px;}
/* sidebar */

/* search */
.search {
	width: 80%;
	height: 42px;
	margin: 0 auto;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 21px;
}
.search .search-btn {
	position: relative;
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin-top: 3px;
	margin-right: 3px;
}
.search .search-name {
	float: left;
	padding-left: 17px;
	padding-right: 10px;
}
.search .search-btn:before ,
.search .search-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: no-repeat center center;
	border-radius: 18px;
	overflow: hidden;
	transition: .5s all;
}
.search .search-btn:before {
	box-sizing: border-box;
	background: #fff url(/wimages/icon_search_b.png) no-repeat center center;
	border: 1px solid #355e92;
	transform: scale(0);
}
.search .search-btn:after { background: #355e92 url(/wimages/icon_search_w.png) no-repeat center center;}
.search .search-btn:hover:before { transform: scale(1);}
.search .search-btn:hover:after { transform: scale(0);}
.search .search-input {
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}
.search .search-btn + .search-input { margin-right: 50px;}
.search .search-input input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #999;
	background: none;
	border: none;
}
.search .search-select {
	position: relative;
	float: left;
	width: 7.5em;
	heght: 32px;
	line-height: 32px;
	margin-top: 4px;
	margin-left: 12px;
	border-right: 1px dashed #ddd;
	overflow: hidden;
}
.search .search-select:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 5px;
	transform: rotate(90deg);
        font-family: "宋体";
}
.search .search-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	z-index: 999;
}
.search .search-btn + .search-select + .search-input {
	margin-left: 9em;
	margin-right: 50px;
}
.menu .search {
	float: right;
	width: 158px;
	margin-top: 8px;
	font-size: 16px;
}
.search label {
	position: absolute;
	top: -40px;;
	right: 0;
	color: #f00;
	white-space: nowrap;
}
.container .container-title .search {
	position: absolute;
	top: 29px;
	right: 0;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
}
.container .container-title .search .search-input {
	float: left;
	width: 158px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
.container .container-title .search .search-input input {
	width: 96%;
	height: 32px;
	padding: 0 2%;
	line-height: 32px;
}
.container .container-title .search .search-btn {
	width: 78px;
	height: 32px;
	margin: 0;
	margin-left: 10px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #355e92;
	border: 1px solid #355e92;
	border-radius: 3px;
}
.container .container-title .search .search-btn:hover {
	color: #355e92;
	background-color: #fff;
}
.container .container-title .search .search-btn:before ,
.container .container-title .search .search-btn:after { display: none;}
/* search */

/* select */
.select { position: relative;}
.select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: inherit;
	cursor: pointer;
	opacity: 0;
	filter:Alpha(opacity=0);
}
.select .select-view {
	position: relative;
	display: block;
	height: 28px;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 28px;
	color: #666;
	border: 1px solid #ddd;
}
.select div.select-view:after {
	content: "﹀";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 28px;
	text-align: center;
	color: #5c5b67;
}
.box-link .select {
	width: 215px;
	margin-left: 31px;
}
.box-link .box-title + .select {
	width: 216px;
	margin-left: 0;
}
.box-link .select .select-view {
	height: 54px;
	padding: 0;
	line-height: 54px;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: none;
}
.select div.select-view:after {
	content: "∨";
	position: relative;
	padding-left: 8px;
	color: #333;
}
/* select */

/* swiper */
.swiper {
	position: relative;
	overflow: hidden;
}
.swiper .swiper-btn {
	position: absolute;
	display: block;
	top: 205px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
	font-family: "新宋体";
	font-size: 60px;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	z-index: 999;
	opacity: .3;
	filter:alpha(opacity=30);
}
.swiper .swiper-btn-prev {
	left: 0;
	text-align: left;
}
.swiper .swiper-btn-prev:before { content: "<";}
.swiper .swiper-btn-next {
	right: 0;
	text-align: right;
}
.swiper .swiper-btn-next:after { content: ">";}
.swiper .swiper-btn-next + .swiper-btn-prev ,
.swiper .swiper-btn-next + .swiper-btn-prev + .swiper-btn-next {
	top: 450px;
	width: 30px;
	height: 76px;
	margin: 0;
	line-height: 76px;
	font-size: 30px;
}
.swiper .swiper-btn:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.swiper .swiper-container {
	padding: 8px 0;
	height: 60px;
	margin: 0 35px;
	background-color: #f2f2f2;
	overflow: hidden;
	z-index: 100;
}
.swiper .swiper-wrapper { *width: 10000%;}
.swiper .swiper-slide {
	opacity: .3;
	filter:alpha(opacity=30);
}
.swiper .swiper-slide .swiper-title ,
.swiper .swiper-slide .swiper-text { display: none;}
.swiper .swiper-slide a {}
.swiper .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 58px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.swiper .swiper-slide-active img { border: 1px solid #000;}
.swiper .swiper-slide:hover {
	opacity: .6;
	filter:alpha(opacity=60);
}
.swiper .swiper-slide-active {
	opacity: 1;
	filter:alpha(opacity=100);
}
.swiper .swiper-pagination {
	position: relative;
	height: 440px;
	margin: 0 35px;
	overflow: hidden;
}
.swiper .swiper-pagination .swiper-pagination-switch { display: none;}
.swiper .swiper-pagination .swiper-active-switch { display: block;}
.swiper .swiper-pagination .swiper-title {
	position: relative;
	height: 30px;
	margin: 0 35px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #f2f2f2;
}
.swiper .swiper-pagination .swiper-title .swiper-page {
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	color: #000;
}
.swiper .swiper-pagination .swiper-visible-switch .swiper-title { display: none;}
.swiper .swiper-pagination .swiper-active-switch .swiper-title { display: block;}
.swiper .swiper-pagination .swiper-text {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	visibility: hidden;
}
.swiper .swiper-pagination .swiper-text-cnt {
	position: relative;
	padding: 5px;
	line-height: 24px;
	text-indent: 2em;
	color: #fff;
	z-index: 200;
}
.swiper .swiper-pagination .swiper-text-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	opacity: .5;
	filter:alpha(opacity=50);
}
.swiper .swiper-pagination .swiper-active-switch:hover .swiper-text { visibility: visible;}
.swiper .swiper-pagination img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 400px;
	min-width: 50%;
	min-height: 200px;
}
.swiper-adv {
	position: relative;
	overflow: hidden;
}
.swiper-adv .swiper-btn {
	position: absolute;
	top: 0;
	font-size: 40px;
	font-family: "宋体";
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.2);
	z-index: 999;
}
.swiper-adv .swiper-btn:hover { background-color: rgba(0,0,0,.8);}
.swiper-adv .swiper-btn.swiper-btn-prev { left: 0;}
.swiper-adv .swiper-btn.swiper-btn-next { right: 0;}
.swiper-adv .swiper-btn.swiper-btn-prev:before { content: "<";}
.swiper-adv .swiper-btn.swiper-btn-next:before { content: ">";}
.content .content-text .swiper .swiper-slide a { line-height: 0;}
/* swiper */

/* tab */
.tab > .tab-trigger {
	padding-top: 3px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
}
.tab > .tab-trigger > .tab-trigger-item {
	position: relative;
	float: left;
	margin: 0 21px;
	padding: 0 3px;
	font-size: 22px;
	color: #474747;
	font-weight: 100;
	min-width:100px;
	text-align: center;
}
.tab > .tab-trigger > .tab-trigger-item:first-child { margin-left: 10px;}
.tab > .tab-trigger > .tab-trigger-item:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: none;
	width: 100%;
	height: 6px;	
	transition: .5s background;
}
:root .tab .tab-trigger-item:before { display: block;}
.tab > .tab-trigger > .tab-trigger-item.current { color: #355e92; font-size: 24px; font-weight: 400;}
.tab > .tab-trigger > .tab-trigger-item.current:before {
	background: url(/wimages/icon_arrow_u_b.png) no-repeat center bottom;
	border-bottom: 1px solid #355e92;
}
.tab-trigger > .tab-trigger-link {
	display: none;
	float: right;
	font-family: "宋体";
	color: #999;
}
.tab-trigger > .tab-trigger-link.current { display: block;}
.tab-trigger > .tab-trigger-link:hover {
	text-decoration: underline;
	color: #355e92;
}
.tab > .tab-trigger > .tab-trigger-tag {
	float: left;
	color: #ddd;	
}
.tab-cnt-item { display: none;}
.tab-cnt-item.current { display: block;}
/* tab */

/* table样式 */
.table table { width: 100%;}
.table .table-title {
	height: 36px;
	line-height: 36px;
	background-color: #eee;
	overflow:hidden;
}
.table .table-title td ,
.table .table-cnt td div { text-indent: .5em;}
.table .table-cnt div {
	height: 48px;
	line-height: 48px;
}
.table .table-cnt table tr:hover td { background-color: #f5fafe;}
.table .table-cnt div {
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;	
}
/* table样式 */

/* text */
.text {
	line-height: 36px;
	text-indent: 2em;
	color: #474747;
}
/* text */

/* title */
.title {
	height: 60px;
	line-height: 60px;
	background: url(/wimages/icon_line_b.png) no-repeat left center;
}
.title .title-cnt {
	display: block;
	float: left;
	margin-left: 14px;
	font-size: 24px;
	color: #2963a6;
}
.title .title-link ,
.title .title-link-tag {
	float: right;
	font-family: "宋体";
	color: #999;
}
.title .title-link:hover {
	text-decoration: underline;
	color: #355e92;
}
/* title */

/* toolbar */
.toolbar {
	line-height: 40px;
	color: #fff;
	font-weight: 100;
}
.toolbar .toolbar-item-tag {
	float: left;
	margin: 0 12px;
}
.toolbar .toolbar-item {
	display: block;
	float: left;
	color: #fff;
	transition: .5s transform;
}
.toolbar .toolbar-item:hover {
	text-decoration: underline;
	color: #d2dfb1;
}
.toolbar .toolbar-item:first-child + .toolbar-item-tag + .toolbar-item ,
.toolbar .toolbar-item:first-child + .toolbar-item-tag + .toolbar-item + .toolbar-item-tag { display: none;}
/* toolbar */

/* topbar */
.topbar {
	height: 40px;
	font-size: 14px;
	background: #355e92 url(/wimages/bg_topbar.png) no-repeat center top;
}
.topbar .topbar-cnt {
	width: 1200px;
	margin: 0 auto;
}
/* topbar */

/* video */
video { background: #000;}
.video {/* 宽高16:9 */
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 38%;
}
.video object ,
.video embed ,
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-text object { display: block;} 
/* video */

/* vote样式 */
.vote {
	padding: 0 50px;
	line-height: 36px;
	color: #000;
	background-color: #fff;
	border: 1px dashed #ddd;
	border-radius: 3px;
	box-shadow: 0 0 6px 6px #f6f6f6;
}
.vote .vote-item:last-child { text-align: center;}
.vote .vote-title { margin-bottom: 5px;}
.vote .vote-textarea {
	background-color: #fcfcfc;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.vote .vote-textarea textarea {
	width: 100%;
	background: none;
	border: none;
}

.vote .vote-btn {
	position: relative;
	display: inline-block;
	height: 36px;
	padding: 0 2em;
	line-height: 36px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	transition: .8s background-color;
}
.vote input.vote-btn { height: 38px;}
.vote .vote-btn:hover {
	color: #fff;
	background-color: #355e92;
	border-color: #355e92;
}